From: Debian Rust Maintainers Date: Thu, 24 Apr 2025 19:36:28 +0000 (+0000) Subject: remove-windows X-Git-Tag: archive/raspbian/0.17.14-5+rpi1~4 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/%22mailto:kde%40ewsoftware.de//%22%22/%22http:/www.example.com/%22mailto:kde%40ewsoftware.de/%22%22?a=commitdiff_plain;h=8f89ff30c837880043de85a485e1db6fab722196;p=rust-ring.git remove-windows =================================================================== Gbp-Pq: Name remove-windows.patch --- diff --git a/Cargo.toml b/Cargo.toml index fd6fd9c..236069b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -252,13 +252,6 @@ version = "0.9" version = "1.2.8" default-features = false -[target.'cfg(all(all(target_arch = "aarch64", target_endian = "little"), target_os = "windows"))'.dependencies.windows-sys] -version = "0.52" -features = [ - "Win32_Foundation", - "Win32_System_Threading", -] - [target.'cfg(all(all(target_arch = "aarch64", target_endian = "little"), target_vendor = "apple", any(target_os = "ios", target_os = "macos", target_os = "tvos", target_os = "visionos", target_os = "watchos")))'.dependencies.libc] version = "0.2.155" default-features = false